home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.compilers / comp.sys.amiga.programmer_7693_000028.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  1.7 KB  |  32 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!pipex!howland.reston.ans.net!cs.utexas.edu!swrinde!emory!news-feed-2.peachnet.edu!news-feed-1.peachnet.edu!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Wanted: Aztec C Bugs...err...
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <Cn0ovr.8nM@unx.sas.com>
  8. Date: Mon, 21 Mar 1994 13:45:26 GMT
  9. References: <763178404.AA00960@1choice.login.qc.ca> <heinz.0jsh@hwg.muc.de> <herbert.04zo@lynn.adsp.sub.org> <shfCMJM9H.BtC@netcom.com>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 27
  13.  
  14.  
  15. In article <shfCMJM9H.BtC@netcom.com>, shf@netcom.com (Stuart Ferguson) writes:
  16. |> +-- herbert@lynn.adsp.sub.org (Herbert Schneider CIS ECGxyz) writes:
  17. |> | In article <heinz.0jsh@hwg.muc.de> heinz@hwg.muc.de (Heinz Wrobel) writes:
  18. |> | > SAS/C is _better_. ;^)
  19. |> | >     - great debugger (though I miss very few nice db/sdb features)
  20. |> |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  21. |> | Can you tell me a bit more of this please?
  22. |> 
  23. |> The oddly named `fu' command.  "Frame Up."  You could set a 
  24. |> breakpoint and then go up the call stack and examine variables
  25. |> in the calling routines.  Very useful.  I've seen no apparent
  26. |> equivalent in CPR, although I would be thrilled to hear that
  27. |> there is one that I haven't found (I'm new to SAS/C).
  28.  
  29. Check out the "env" command.  It does exactly this.  "env -1" goes
  30. to the environment of your immediate caller, "env -2" to its caller,
  31. etc.  or you can use a function name: "env foofunc".
  32.